home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
sinsin.frm
< prev
next >
Wrap
Text File
|
1993-09-09
|
213b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a=4
b=4
c=4
d=4
mu=0
xmin=-5
xmax=5
ymin=-5
ymax=6
;the function
x=a*sin(b*y)
y=c*sin(d*x)